home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
Folders.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
79 lines
/*
File: Folders.idl
Contains: Folder Manager Interfaces.
Version: Technology: Some
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __FOLDERS_IDL__
#define __FOLDERS_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __TYPES_IDL__
#include <Types.idl>
#endif
#ifndef __CODEFRAGMENTS_IDL__
#include <CodeFragments.idl>
#endif
#if FOR_SYSTEM8_PREEMPTIVE
#ifndef __FILEMANAGERTYPES_IDL__
#include <FileManagerTypes.idl>
#endif
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE
#endif
#if FOR_SYSTEM8_PREEMPTIVE
/******************************************/
/* Extensible Folder Manager declarations */
/******************************************/
/****************************/
/* Folder Manager constants */
/****************************/
/* new gestalt constants for gestalt FindFolderAttr (to be moved to Gestalt.h) */
/* new Folder Manager error codes */
/* FolderDescFlags values */
typedef UInt32 FolderDescFlags;
/* FolderClass values */
typedef OSType FolderClass;
/* known FolderType values */
typedef OSType FolderType;
typedef OSType FolderLocation;
typedef SOMLargeStruct FolderDesc; /* Derived from a struct of 96 bytes in size */
typedef UInt32 RoutingFlags;
typedef SOMLargeStruct FolderRouting; /* Derived from a struct of 20 bytes in size */
/* routing constants */
/***************************/
/* Folder Manager routines */
/***************************/
/* Folder Manager administration routines */
/* legacy routines */
/* routing routines */
#endif
#endif /* __SOMIDL__ */
#endif /* __FOLDERS_IDL__ */